From b4a3a662e83e4b8fb86840d5f6de727ce02fc6f3 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 2 Oct 2004 20:00:36 +0000 Subject: [PATCH] Fix for running without include_path set --- soap/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soap/index.php b/soap/index.php index 6d4c45211d..71d4b0c100 100644 --- a/soap/index.php +++ b/soap/index.php @@ -39,7 +39,7 @@ require_once( '../LocalSettings.php' ); ini_set( "include_path", "$IP:" . ini_get("include_path") ); -require_once( 'Setup.php' ); +require_once( '../includes/Setup.php' ); # # SOAP must be activated in the Configuration. Else, exit. -- 2.20.1